POV-Ray : Newsgroups : povray.general : New group suggestion : Re: New group suggestion Server Time
12 Aug 2024 09:23:54 EDT (-0400)
  Re: New group suggestion  
From: Nieminen Mika
Date: 6 Apr 1999 15:33:18
Message: <370a536e.0@news.povray.org>
Lance Birch <lan### [at] usanet> wrote:
: P.S.  for (a=0;a<=10000000000;a++) {write ("PLEASE!!! ")}

  No, no! This way:

#declare a=0;
#while(a<=10000000000)
  #debug "PLEASE!!! "
  #declare a=a+1;
#end

-- 
main(i,_){for(_?--i,main(i+2,"FhhQHFIJD|FQTITFN]zRFHhhTBFHhhTBFysdB"[i]
):5;i&&_>1;printf("%s",_-70?_&1?"[]":" ":(_=0,"\n")),_/=2);} /*- Warp -*/


Post a reply to this message

Copyright 2003-2023 Persistence of Vision Raytracer Pty. Ltd.